Stop the domain at the end of the test.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 21 Mar 2006 10:44:18 +0000 (11:44 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 21 Mar 2006 10:44:18 +0000 (11:44 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xm-test/tests/vcpu-pin/01_vcpu-pin_basic_pos.py

index 592c339a3f1939b207c5efb60452efbce72a28e2..df6f7deb6d58907681c9bf2e9f2925fb9e2e52a5 100644 (file)
@@ -46,3 +46,5 @@ cpu = getVcpuInfo(domain.getName())[0]
 
 if cpu != 1:
     FAIL("failed to switch VCPU 0 to CPU 1")
+
+domain.stop()